
.home_2_banner{
    position: relative;
    overflow: hidden;
}
.home_2_banner .row{
    align-items: center;
}
.home_banner_box {
    margin-bottom: 40px;
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 20px 0 #eee;
    border-left: 2px solid #ff7335;
}
.home_banner_content h1{
    margin-bottom: 25px;
}
.home_2_banner::after {
    position: absolute;
    content: '';
    right: -200px;
    top: -100px;
    bottom: -200px;
    background: #1abc9c;
    max-width: 765px;
    width: 100%;
    z-index: 0;
    transform: rotate(15deg);
    z-index: -2;
}
.home_2_banner:before {
    position: absolute;
    content: '';
    left: -150px;
    bottom: 0;
    width: 300px;
    height: 300px;
    background: #fd9678;
    border-radius: 100%;
    opacity: 0.1;
    z-index: -1;
}
.home_banner_shape span{
    width: 235px;
    height: 235px;
    background: radial-gradient(#ffffff 2px, transparent 0px);
    z-index: 1;
    position: absolute;
    top: 100px;
    right: 100px;
    background-size: 20px 20px;
    opacity: 0.5;
    transform: rotate(-10deg);
    z-index: -1;
}
.home_banner_img img{
    width: 100%;
    height: auto;
    max-width: 100%;
}
img{
    max-width: 100%;
}
.hc-image-style img{
    border-radius: 60% 10% 70% 60%/170% 80% 32% 40%;
}
.hc-about-content li.active .btn-dark{
    background-color: #ff7335;
    border-color: #ff7335;
}
.hc-about-content .btn-dark{
    padding: .5rem .9rem;
    margin: 0 1px;
    margin-top: 20px !important;
}
.section-padding{
    padding: 70px 0;
}
.bg-color{
    background-color: #eee;
}
.hc-about .tab-content.hc-tab-content{
    margin-top: 25px;
}
.home_count_desc{
    display: flex;
    align-items: center;
}
.home_count_desc .hc-count-head h2{
    font-size: 22px;
    font-weight: 600;
}
.home_count_desc .hc-count-icon {
    width: 60px;
}
.home_count_desc .hc-count-head{
    padding-left: 18px;
}
.hc-counter-box {
    padding: 30px;
    border-radius: 10px;
    background: #fff;
    margin-bottom: 30px;
}
.pading-btm-30{
    padding-bottom: 30px;
}
.home_2_banne_counter{
    position: relative;
}
.home_2_banne_counter::after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-color: #031b4e;
    opacity: 0.6;
    z-index: 0;
}
.home_2_banne_counter .container{
    position: relative;
    z-index: 1;
}
.txt-color-w{
    color:#ffff ;
}
.hc-team-box {
    box-shadow: 0 0 20px 0 #eee;
    text-align: center;
    border-radius: 10px;
    margin-bottom: 20px;
}
.col-change{
    width: 33.33%;
    padding: 0 15px;
}
.hc-team-grid{
    margin: 0 -15px;
}
.hc-team-tab-list {
    text-align: center;
    margin-bottom: 20px;
}

.hc-team-tab-list ul{
    padding-left: 0;
    margin: 0 -10px;
}
a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}
.hc-team-tab-list ul li a {
    border:1px solid #031b4e;
    padding: 6px 25px;
    color: #031b4e !important;
    display: inline-block;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    transition: all 0.5s ease;
}
.hc-team-tab-list ul li{
    display: inline-block;
    padding: 10px;
}
.hc-team-tab-list ul li a.hc-team-tab-active,.hc-team-tab-list ul li a:hover,.hc-team-social li a:hover.hc-team-tab-list ul li a.active{
    background-color: #031b4e;
    color: #fff !important;
}
.hc-team-desc{
    padding: 30px;
}
.hc-team-social{
    padding-left: 0;
}
.hc-team-social li{
    list-style: none;
    display: inline-block;
    padding: 0 3px;
}
.hc-team-social li a {
    display: inline-block;
    padding: 4px 10px;
    border: 1px solid #031b4e;
    color: #031b4e;
    transition: all 0.5s ease;
}
h1.hc-team-name {
    font-size: 2rem;
}
h2.hc-team-designation {
    font-size: 1.6rem;
    color: #ff7335;
}
.hc-team-img img {
    width: 100%;
    height: 330px;
    object-fit: cover;
    object-position: top;
}
.p-relative{
    position: relative;
}
.overlay::after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #031b4e;
    opacity: 0.45;
}
.testimonial1 .pic {
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 60px;
    left: 20px;
}
.testimonial1:before {
    content: "";
    position: absolute;
    bottom: -4px;
    left: -17px;
    border-top: 25px solid #031b4e;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    transform: rotate(45deg);
  }
  .testimonial1:after {
    content: "";
    position: absolute;
    top: -4px;
    left: -17px;
    border-top: 25px solid #031b4e;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    transform: rotate(135deg);
  }
  .testimonial1 {
    border-right: 4px solid #ff7335;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
    padding: 30px 30px 30px 130px;
    margin: 0 15px 30px 15px;
    overflow: hidden;
    position: relative;
  }

 /*--- Home 3 ---*/
 .banner_img{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-image: url(../img/banner-3.jpg);
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    padding: 170px 0;
    z-index: 1;
}
.home_banner_desc p{
    color: #fff;
    margin-bottom: 25px;
}
.home_banner_desc{
    position: relative;
    z-index: 1;
    max-width: 70%;
    margin: auto;
    text-align: center;
}
.view_more_alignment{
    margin-top: 30px;
    text-align: center;
}
.reason_choose .container{
    position: relative;
    z-index: 1;
}
.reason_choose{
    padding: 70px 0;
}
.reason_choose.banner_img{
    background-image: url('../img/feature.jpg');
}
.choose-card{
    position: relative;
    text-align: center;
    border: 1px solid #ff7335;
    padding: 40px 35px;
    margin-bottom: 15px;
    transition:all .5s ease; 
    background-color: #fff;
}
.choose-card i{
    font-size:90px;
    color: #ff7335;
    margin-bottom: 25px;
}
.choose-card h3{
    margin-bottom: 18px;
}
.choose-card:hover{
    border-color: transparent;
    box-shadow: 0 0 8px #eceaea;
}
.clients-card {
    background-color: #fff;
    border-radius: 20px;
    padding: 40px;
    position: relative;
    border: 2px solid #031b4e;
    margin-bottom: 30px;
    margin-left: 15px;
}
.clients-card .client-img {
    position: relative;
    margin-bottom: 30px;
    text-align: center;
}
.clients-card .client-img img {
    border-radius: 50%;
    max-width: 100%;
    margin: auto;
    height: 120px;
    width: 120px;
}
.clients-card .client-img i {
    background-color: #207ef7;
    color: #fff;
    font-size: 17px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    position: absolute;
    bottom: -5px;
    left: -57px;
    right: 0;
    margin: 0 auto;
}
.clients-card p {
    text-align: center;
    margin-bottom: 0;
}
.clients-card .clients-name {
    position: relative;
    border-top: 1px solid #031b4e;
    margin-top: 25px;
    padding-top: 25px;
}
.clients-card .clients-name h3 {
    font-size: 26px;
    margin-bottom: 5px;
}
.clients-card .clients-name span {
    font-size: 16px;
    display: block;
}
.clients-card .clients-name .rating {
    position: absolute;
    right: 0;
    top: 30px;
}
.clients-card .clients-name .rating i {
    color: #ffc107;
    padding-left: 5px;
    font-size: 16px;
}
.home3_testimonial .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 3px 4px;
    background: transparent;
    display: block;
    border: 2px solid #207ef7;
    border-radius: 30px;
}
.home3_testimonial .owl-dots{
    text-align: center;
}
.home3_testimonial .owl-dots .owl-dot.active span {
    width: 20px;
    background-color: #207ef7;
    border-radius: 10px;
}
.home3_testimonial .owl-dots .owl-dot{
    display: inline-block;
}
.normal_img{
    background-size: cover ;
    background-position: center;
}
.home3_banner.normal_img{
    padding: 70px 0  230px!important;
}
.mar-btm{
    margin-bottom: 50px;
}
.feature-cor .feature-item {
    border-color:#031b4e45 !important;
    background-color: #ffff;
}
.mins-mar-top {
    margin-top: -160px;
}
.row-reverse{
    flex-direction: row-reverse;
}
.request_appoiment .container{
    position: relative;
    z-index: 1;
}
.request_appoiment.overlay::after{
    opacity: 0.8;
}
.col_70{
    width: 70%;
}
.col_30{
    width: 30%;
}
.request_appoiment .row{
    align-items: center;
}
.hc-team.slider .col-change{
    width: 100%;
}
.contact-us .container{
    z-index: 1;
    max-width: 70%;
    margin: auto;
    padding: 40px;
    background-color: #031b4e;
 }
.contact-us h1{
    margin-bottom: 40px !important;
    color: #fff;
    text-align: center;
}
.hc-team-social li a:hover{
    background-color: #ff7335;
    border-color: #ff7335;
}
.contact-us{
    padding: 70px 0 !important;
}
.z-inde{
    z-index: 1;
}
.normal_img::after{
    opacity: 0.6 !important;
}
.breadcrumb-item a,.breadcrumb-item+.breadcrumb-item::before{
    color: #fff !important;
    font-weight: 600;
}
.pagination .btn-lg-square {
    width: 40px;
    height: 40px;
    margin: 0 !important;
}
.hc-team .pagination {
    justify-content: center;
    margin-top: 40px;
}
.pagination ul{
    margin: 0 -4px;
    padding: 0 !important;
}
.pagination ul li{
    display: inline-block;
    list-style: none;
    padding: 0 4px;
}
.pagination ul li.active a{
    color: #fff;
    background-color: #2b58a8;
    border-color: #29539e;
}

.doctor-details-wrapper .doctor-info-box {
    display: flex;
    margin-bottom: 120px;
}
.doctor-details-wrapper .doctor-info-box .doctor-photo {
    flex: 0 0 400px;
    width: 400px;
    text-align: center;
}
.doctor-details-wrapper .doctor-info-box .doctor-photo img {
    max-width: 100%;
    transition: all .3s ease-out 0s;
    height: 100%;
    object-fit: cover;
}
.doctor-details-wrapper .doctor-info-box .doctor-description {
    padding: 80px 70px;
    background-color: #f2f8ff;
}
.doctor-details-wrapper .doctor-info-box .doctor-description .description-header {
    margin-bottom: 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 1;
}
.doctor-details-wrapper .working-hour-table {
    padding: 60px;
    border: 1px solid #031b4e;
}
.section-heading .title {
    font-size: 45px;
    line-height: 1.35;
}
.doctor-details-wrapper .doctor-information ul li {
    display: flex;
    font-size: 18px;
    line-height: 1.8;
}
.doctor-details-wrapper .doctor-information ul li:not(:last-child) {
    margin-bottom: 20px;
}
.doctor-details-wrapper .doctor-information ul,.doctor-details-wrapper .working-hour-table ul{
    padding-left: 0 !important;
}
.doctor-details-wrapper .doctor-information ul li .info-title {
    flex: 0 0 45%;
    margin-right: 20px;
}
.doctor-details-wrapper .working-hour-table ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 1;
    font-size: 17px;
}
.doctor-details-wrapper .working-hour-table ul li:not(:last-child) {
    margin-bottom: 22px;
}
.doctor-details-wrapper .doctor-information ul li .info-desc {
    color: #031b4e;
}
.tile-gallery-two .image-two {
    margin-top: -145px;
    position: relative;
    z-index: 2;
    max-width: 85%;
    margin-left: auto;
}
.section-heading .tagline {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 15px;
    display: block;
    color: #ff7335;
}
@media(max-width:1024px){
    .contact-us {
        padding: 50px 0 !important;
    }
}
@media(max-width:500px){
    .contact-us {
        padding: 40px 0 !important;
    }
}